QuickOPC User's Guide and Reference
Value Property (UABaseVariable<TValue,TAttribute>)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Modelling Namespace > UABaseVariable<TValue,TAttribute> Class : Value Property
Contains the node value (the Value attribute).
Syntax
'Declaration
 
<CanBeNullAttribute()>
<MappingTagAttribute("OpcLabs.EasyOpc.UA.Modelling.VariableValue")>
<UADataAttribute("ValueType")>
Public Property Value As TValue
'Usage
 
Dim instance As UABaseVariable(Of TValue,TAttribute)
Dim value As TValue
 
instance.Value = value
 
value = instance.Value
[CanBeNull()]
[MappingTag("OpcLabs.EasyOpc.UA.Modelling.VariableValue")]
[UAData("ValueType")]
public TValue Value {get; set;}
[CanBeNull()]
[MappingTag("OpcLabs.EasyOpc.UA.Modelling.VariableValue")]
[UAData("ValueType")]
public:
property TValue^ Value {
   TValue^ get();
   void set (    TValue^ value);
}
Requirements

Target Platforms: Windows 7 with SP1, Windows Server 2008 R2 with SP1

See Also

Reference

UABaseVariable<TValue,TAttribute> Class
UABaseVariable<TValue,TAttribute> Members